home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / dbus-1 / interfaces / org.freedesktop.PolicyKit.AuthenticationAgent.xml
Encoding:
Text File  |  2009-01-08  |  886 b   |  25 lines

  1. <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" 
  2.          "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
  3.  
  4. <!-- This file is provided by the PolicyKit project -->
  5.  
  6. <node>
  7.   <interface name="org.freedesktop.PolicyKit.AuthenticationAgent">
  8.  
  9.     <method name="ObtainAuthorization">
  10.       <!-- IN: PolicyKit action identifier; see PolKitAction -->
  11.       <arg name="action_id" direction="in" type="s"/>
  12.  
  13.       <!-- IN: X11 window ID for the top-level X11 window the dialog will be transient for (pass zero if no window) -->
  14.       <arg name="xid" direction="in" type="u"/>
  15.  
  16.       <!-- IN: Process ID to grant authorization to -->
  17.       <arg name="pid" direction="in" type="u"/>
  18.  
  19.       <!-- OUT: whether the user gained the authorization -->
  20.       <arg name="gained_authorization" direction="out" type="b"/>
  21.     </method>
  22.  
  23.   </interface>
  24. </node>
  25.